You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > Matrix Structure > Matrix Methods > Inv Method > Matrix.Inv Method ([In] TMtxVec, double)
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
Matrix.Inv Method ([In] TMtxVec, double)

Calculate the inverse of all X object elements anmd store the results to calling object elements.

Syntax
C#
Visual Basic
public TMtxVec Inv([In] TMtxVec X, double Threshold);

Size and Complex property of calling obhect are adjusted automatically. The computation occurs after first limiting the magnitude of each element by the lower bound of Threshold. The limiting operation is performed to avoid division by zero. Since Threshold represents a magnitude, it is always real and must always be positive. 

Note For complex versions, the magnitude of the input is limited, but the phase remains unchanged. Zero-valued input is assumed to have zero phase.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!